home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Harmless
/
Cookie
/
Source
/
BattleZone.psw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-17
|
262 b
|
18 lines
defineps DisplayBattleFrame(float width, height; float lines[5]; int red,green,blue)
0.0 setgray
0 0 width height rectfill
1.0 setgray
/count 0 def
5
{ newpath
0 lines count get moveto
width 0 rlineto
stroke
/count count 1 add def
} repeat
endps